Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid using pyaudio if not needed #83

Closed
wants to merge 1 commit into from
Closed

Conversation

aconchillo
Copy link
Contributor

Initializing pyaudio and not deinitializing properly might cause system audio issues (experienced it in daily-python). So, since we are not using it for anything in the base transport, we should just remove it.

@Moishe
Copy link
Contributor

Moishe commented Mar 20, 2024

I'll let @chadbailey59 take a look at this one, since he's going to move the VAD stuff into a FrameProcessor so it can co-exist with other audio stuff like the Whisper FrameProcessor.

@chadbailey59
Copy link
Contributor

Ah, Moishe ended up adding a local transport that uses pyaudio pretty extensively, so I'm going to close this PR in favor of another PR I'm working on to modularize some dependencies.

@aconchillo aconchillo deleted the pyaudio-not-needed branch October 23, 2024 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants